home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4197 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  925 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: lcntrygal@aol.com (LCntryGal)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: SORTing problem c++
  5. Date: 2 Feb 1996 13:17:39 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4etkg3$n5n@newsbf02.news.aol.com>
  9. References: <310AE6D3.6119@pi.net>
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11. X-Newsreader: AOL Offline Reader
  12.  
  13. I am not all that well versed in this but here goes.
  14.  
  15. When I started learning C++ from C, I found out that C++ compilers will
  16. not take many C commands because they are not structured properly.  An
  17. example--printf.  C++ will give you much grief over it because it will
  18. take ANY argument at all.  In the manual for your compiler (more often
  19. than not), there will be a list of conventions that you need to make to
  20. "switch over"--probably in the apendices.
  21.  
  22. I hope I have been of SOME help!!  Sorry there isn't more!!!
  23.